home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / logrotate.d / apport next >
Text File  |  2008-10-24  |  126b  |  10 lines

  1. /var/log/apport.log {
  2.        daily
  3.        rotate 7
  4.        delaycompress
  5.        compress
  6.        notifempty
  7.        missingok
  8. }
  9.  
  10.